home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1999 January / Designer's Club 1999 January.iso / mac / Idea Source® / ink1.dir / 00043_return.ls < prev    next >
Encoding:
Text File  |  1998-11-17  |  184 b   |  12 lines

  1. on mouseDown me
  2.   puppetSound(2, "button")
  3.   set the visible of sprite 8 to 0
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp me
  8.   set the visible of sprite 8 to 1
  9.   updateStage()
  10.   go(1, "main")
  11. end
  12.